object ReceAuthForm: TReceAuthForm Left = 426 Top = 79 HelpContext = 10050 BorderStyle = bsDialog Caption = 'Mail Retrieval (POP3/IMAP) Authentication' ClientHeight = 404 ClientWidth = 361 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnActivate = FormActivate OnClose = FormClose OnCloseQuery = FormCloseQuery PixelsPerInch = 96 TextHeight = 13 object lCacheBIO: TLabel Left = 200 Top = 308 Width = 37 Height = 13 Caption = 'Minutes' Enabled = False FocusControl = eCacheBIO end object rbRegular: TRadioButton Left = 16 Top = 8 Width = 346 Height = 17 Caption = '&Regular' TabOrder = 0 OnClick = rbClick end object rbAPOP: TRadioButton Tag = 1 Left = 16 Top = 80 Width = 346 Height = 17 Caption = 'MD5 &APOP Challenge/Response (RFC-1734)' TabOrder = 2 OnClick = rbClick end object rbCRAM: TRadioButton Tag = 2 Left = 16 Top = 104 Width = 346 Height = 17 Caption = 'MD-5 &CRAM-HMAC Challenge/Response (RFC-2095)' TabOrder = 3 OnClick = rbClick end object rbIKEY: TRadioButton Tag = 3 Left = 16 Top = 128 Width = 346 Height = 17 Caption = 'Token MD-5 CRAM-HMAC Challenge/Response' Enabled = False TabOrder = 4 OnClick = rbClick end object nb: TNotebook Left = 0 Top = 148 Width = 361 Height = 126 TabOrder = 5 object TPage Left = 0 Top = 0 Caption = 'Default' object lMinutes: TLabel Left = 200 Top = 40 Width = 37 Height = 13 Caption = 'Minutes' Enabled = False FocusControl = spCacheMin Visible = False end object cbPromptPwd: TCheckBox Left = 16 Top = 16 Width = 343 Height = 17 Caption = 'Do not store password, prompt on mail retrieval' TabOrder = 0 end object cbCache: TCheckBox Left = 16 Top = 40 Width = 125 Height = 17 Caption = 'Cache it for' Enabled = False TabOrder = 1 Visible = False end object spCacheMin: TXSpinEdit Left = 144 Top = 36 Width = 49 Height = 21 Enabled = False TabOrder = 2 Text = '0' Visible = False MinValue = 0 MaxValue = 0 Value = 0 Step = 1 end end object TPage Left = 0 Top = 0 Caption = 'pgIKEY' object gbIkeyDevice: TGroupBox Left = 8 Top = 5 Width = 217 Height = 116 Caption = 'Token to Use' TabOrder = 0 object biKeyBrowse: TButton Left = 112 Top = 80 Width = 97 Height = 25 Caption = 'Browse' TabOrder = 1 OnClick = biKeyBrowseClick end object biKeyRefresh: TButton Left = 8 Top = 80 Width = 97 Height = 25 Caption = 'Refresh' TabOrder = 0 OnClick = biKeyRefreshClick end object nbCurIKey: TNotebook Left = 2 Top = 15 Width = 213 Height = 64 Align = alTop TabOrder = 2 object TPage Left = 0 Top = 0 Caption = 'Default' object lSN: TLabel Left = 2 Top = 34 Width = 64 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'S/N:' FocusControl = eiKeySerNum end object lName: TLabel Left = 2 Top = 8 Width = 64 Height = 19 Alignment = taRightJustify AutoSize = False Caption = 'Name:' FocusControl = eiKeyName end object eiKeySerNum: TEdit Left = 70 Top = 34 Width = 137 Height = 21 TabStop = False BorderStyle = bsNone ParentColor = True ReadOnly = True TabOrder = 0 end object eiKeyName: TEdit Left = 70 Top = 8 Width = 137 Height = 21 TabStop = False BorderStyle = bsNone ParentColor = True ParentShowHint = False ReadOnly = True ShowHint = True TabOrder = 1 end end object TPage Left = 0 Top = 0 Caption = 'pgNoIKey' object lbNoIKey: TLabel Left = 16 Top = 16 Width = 130 Height = 13 Caption = 'No token currently selected' end end end end object gbiKeyPwd: TGroupBox Left = 232 Top = 4 Width = 121 Height = 117 Caption = 'Token Password' TabOrder = 1 object biKeySetPwd: TButton Left = 8 Top = 16 Width = 105 Height = 25 Caption = 'Set' Enabled = False TabOrder = 0 OnClick = biKeySetPwdClick end object biKeyChangePwd: TButton Left = 8 Top = 48 Width = 105 Height = 25 Caption = 'Change' Enabled = False TabOrder = 1 OnClick = biKeyChangePwdClick end object biKeyRemovePwd: TButton Left = 8 Top = 80 Width = 105 Height = 25 Caption = 'Remove' Enabled = False TabOrder = 2 OnClick = biKeyRemovePwdClick end end end end object bOK: TButton Left = 112 Top = 368 Width = 75 Height = 25 Caption = 'OK' Default = True Enabled = False ModalResult = 1 TabOrder = 6 end object bCancel: TButton Left = 192 Top = 368 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' Enabled = False ModalResult = 2 TabOrder = 7 end object bHelp: TButton Left = 272 Top = 368 Width = 75 Height = 25 Caption = 'Help' TabOrder = 8 OnClick = bHelpClick end object rbMSN: TRadioButton Tag = 4 Left = 16 Top = 32 Width = 345 Height = 17 Caption = 'MSN (NTLM)' TabOrder = 1 OnClick = rbClick end object cbEnableBIO: TCheckBox Left = 16 Top = 284 Width = 344 Height = 17 Caption = 'Enable Biometric Authentication (Requires TLS)' Enabled = False TabOrder = 9 OnClick = cbEnableBioClick end object cbCacheBIO: TCheckBox Left = 16 Top = 308 Width = 125 Height = 17 Caption = 'Cache it for' Enabled = False TabOrder = 10 end object eCacheBIO: TXSpinEdit Left = 144 Top = 304 Width = 49 Height = 21 Enabled = False TabOrder = 11 Text = '5' MinValue = 1 MaxValue = 9999 Value = 5 Step = 1 end object cbBioReader: TComboBox Left = 16 Top = 332 Width = 329 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 12 end object rbRPA: TRadioButton Tag = 4 Left = 16 Top = 56 Width = 345 Height = 17 Caption = 'Compuserve (RPA)' TabOrder = 13 OnClick = rbClick end object iKeyTimer: TTimer Enabled = False Interval = 10 OnTimer = iKeyTimerTimer Left = 8 Top = 360 end end